home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
c
/
pcl4c34.zip
/
TERM._T_
< prev
next >
Wrap
Text File
|
1992-10-15
|
297b
|
13 lines
#
# Turbo C makefile for TERM.C ( small model )
#
OBJECTS = term.obj term_io.obj modem_io.obj dir_io.obj dos.obj crc.obj xymodem.obj xypacket.obj
.c.obj:
tcc -ms -c $<
term.exe: $(OBJECTS) pcl4c_s.lib
tcc -ms -M $(OBJECTS) pcl4c_s.lib
$(OBJECTS): pcl4c.h ascii.h term.h